<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    overflow-x: hidden;
}
a{
    text-decoration: none !important;
    transition: all .3s;
    -o-transition:all .3s ;
    -moz-transition:all .3s ;
    -webkit-transition: all .3s;
}
ul,li{
    list-style: none;
}
.clearfix {
    display: block;
    zoom: 1;
  }
  .clearfix:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .btn-zdy{
      padding: 5px 20px;
      background-color: #a51e32;
      color:#fff;
  }
  .f_l{
      float: left;
  }
  .btn-zdy{
    color: #fff;
    background-color: #a51e32;
    border-color: #aa1e32;
  }
  .align-middle{
    vertical-align:middle;
  }
  .page{
  width: 100%;
  /*height: 80px;*/
  /* background-color: #fff; */
  margin: 30px auto;
  text-align: center;
  /* margin-top: 20px; */
  color: #666;
}
.page a{
  display: inline-block !important;
  color: #666;
  border: 1px solid rgba(0,0,0,0.5);
  margin-left: 10px;
  padding: 2px 9px;
  border-radius: 5px;
}
.page a:hover{
  color: #a51e32;
  border: 1px solid #a51e32;
}
.aHover:hover{
  color: #a51e32 !important;
}
.mpage{
  width: 100%;
  /*height: 80px;*/
  /* background-color: #fff; */
  margin: 15px auto 0;
  text-align: center;
  font-size: 14px;
  /* margin-top: 20px; */
  color: #666;
}
.mpage a{
  color: #666;
  border: 1px solid rgba(0,0,0,0.5);
  margin-left: 10px;
  padding: 2px 5px;
}
.mpage a:hover{
  color: #a51e32;
  border: 1px solid #a51e32;
}
.up_down a{
  display: inline-block !important;
}
.up_down a:hover{
  transform: translate(0px,0px) !important;
    -o-transform: translate(0px,0px) !important;
    -moz-transform: translate(0px,0px) !important;
    -webkit-transform: translate(0px,0px) !important;
    box-shadow: 0px 0px 0px #999 !important;
}</pre></body></html>